GetRequestPostDataResponse

data class GetRequestPostDataResponse(postData: String)

Represents response frame that is returned from Network#getRequestPostData operation call. Returns post data sent with the request. Returns an error when no data was sent with the request.

See also

Constructors

GetRequestPostDataResponse
Link copied to clipboard
fun GetRequestPostDataResponse(postData: String)

Properties

postData
Link copied to clipboard
val postData: String
Request body string, omitting files from multipart requests

Sources

jvm source
Link copied to clipboard